home *** CD-ROM | disk | FTP | other *** search
/ Borland JBuilder 6 / jbuilder6.iso / Taiji Applet Pack v2.7 / Chat / Friends$EventWindow2.class (.txt) < prev    next >
Encoding:
Java Class File  |  2001-11-06  |  865 b   |  21 lines

  1. import java.awt.Frame;
  2. import java.awt.event.WindowAdapter;
  3. import java.awt.event.WindowEvent;
  4.  
  5. class Friends$EventWindow2 extends WindowAdapter {
  6.    // $FF: synthetic field
  7.    private final Friends this$Friends;
  8.    // $FF: renamed from: fr java.awt.Frame
  9.    Frame field_0;
  10.  
  11.    Friends$EventWindow2(Friends this$Friends, Frame f) {
  12.       this.this$Friends = this$Friends;
  13.       this.this$Friends = this$Friends;
  14.       this.field_0 = f;
  15.    }
  16.  
  17.    public void windowClosing(WindowEvent event) {
  18.       this.field_0.dispose();
  19.    }
  20. }
  21.